﻿2026-07-22T18:58:45.1211706Z ##[group]Run actions/checkout@v5
2026-07-22T18:58:45.1212449Z with:
2026-07-22T18:58:45.1212774Z   fetch-depth: 0
2026-07-22T18:58:45.1213145Z   repository: BigscreenVR/spt-bs-core
2026-07-22T18:58:45.1215898Z   token: ***
2026-07-22T18:58:45.1216231Z   ssh-strict: true
2026-07-22T18:58:45.1216575Z   ssh-user: git
2026-07-22T18:58:45.1216944Z   persist-credentials: true
2026-07-22T18:58:45.1217325Z   clean: true
2026-07-22T18:58:45.1217674Z   sparse-checkout-cone-mode: true
2026-07-22T18:58:45.1218075Z   fetch-tags: false
2026-07-22T18:58:45.1218423Z   show-progress: true
2026-07-22T18:58:45.1218766Z   lfs: false
2026-07-22T18:58:45.1219179Z   submodules: false
2026-07-22T18:58:45.1219529Z   set-safe-directory: true
2026-07-22T18:58:45.1219911Z   allow-unsafe-pr-checkout: false
2026-07-22T18:58:45.1220497Z ##[endgroup]
2026-07-22T18:58:45.2017254Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T18:58:45.2019175Z ##[group]Getting Git version info
2026-07-22T18:58:45.2019864Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T18:58:45.2020909Z [command]/usr/bin/git version
2026-07-22T18:58:45.2045758Z git version 2.43.0
2026-07-22T18:58:45.2063950Z ##[endgroup]
2026-07-22T18:58:45.2075198Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/294597e3-4098-4c23-a4a9-c5b0a7466b65' before making global git config changes
2026-07-22T18:58:45.2076362Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T18:58:45.2079107Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T18:58:45.2109935Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T18:58:45.2127989Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T18:58:45.2137989Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T18:58:45.2140504Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T18:58:45.2199297Z refs/heads/main
2026-07-22T18:58:45.2206647Z [command]/usr/bin/git checkout --detach
2026-07-22T18:58:45.2386803Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:58:45.2425106Z [command]/usr/bin/git branch --delete --force main
2026-07-22T18:58:45.2452241Z Deleted branch main (was 7c0f12d6).
2026-07-22T18:58:45.2810234Z ##[endgroup]
2026-07-22T18:58:45.2814076Z [command]/usr/bin/git submodule status
2026-07-22T18:58:45.3008663Z ##[group]Cleaning the repository
2026-07-22T18:58:45.3009356Z [command]/usr/bin/git clean -ffdx
2026-07-22T18:58:49.1219614Z Removing .adapter-notify/
2026-07-22T18:58:49.1220176Z Removing target/
2026-07-22T18:58:49.1234767Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T18:58:49.1464755Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:58:49.1470138Z ##[endgroup]
2026-07-22T18:58:49.1472289Z ##[group]Disabling automatic garbage collection
2026-07-22T18:58:49.1476492Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T18:58:49.1505763Z ##[endgroup]
2026-07-22T18:58:49.1506291Z ##[group]Setting up auth
2026-07-22T18:58:49.1513362Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T18:58:49.1541856Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T18:58:49.1755339Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T18:58:49.1783776Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T18:58:49.1969977Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T18:58:49.1999853Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T18:58:49.2185467Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T18:58:49.2217199Z ##[endgroup]
2026-07-22T18:58:49.2217762Z ##[group]Fetching the repository
2026-07-22T18:58:49.2224766Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-22T18:58:49.7348633Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T18:58:49.7349380Z  - [deleted]           (none)     -> origin/build/daemon-lifecycle-w1
2026-07-22T18:58:49.7364925Z  - [deleted]           (none)     -> origin/build/daemon-lifecycle-w3
2026-07-22T18:58:51.0383315Z [command]/usr/bin/git branch --list --remote origin/main
2026-07-22T18:58:51.0421932Z   origin/main
2026-07-22T18:58:51.0429082Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-07-22T18:58:51.0450260Z 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
2026-07-22T18:58:51.0454294Z ##[endgroup]
2026-07-22T18:58:51.0454728Z ##[group]Determining the checkout info
2026-07-22T18:58:51.0455657Z ##[endgroup]
2026-07-22T18:58:51.0459479Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T18:58:51.0499908Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T18:58:51.0525627Z ##[group]Checking out the ref
2026-07-22T18:58:51.0528915Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T18:58:51.0580188Z Switched to a new branch 'main'
2026-07-22T18:58:51.0580720Z branch 'main' set up to track 'origin/main'.
2026-07-22T18:58:51.0585057Z ##[endgroup]
2026-07-22T18:58:51.0619488Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T18:58:51.0642948Z 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
